Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the dependencies group with 3 updates in the / directory: github.com/openfga/openfga, google.golang.org/protobuf and github.com/schollz/progressbar/v3.

Updates github.com/openfga/openfga from 1.8.3 to 1.8.4

Release notes

Sourced from github.com/openfga/openfga's releases.

v1.8.4

Fixed

  • Fixed missing binding between flags and environment variables for the cache controller feature #2184
  • Fixed Read API to validate user field and assert presence of both type and value. #2195

Security

  • Address CVE-2024-56323 - an issue affecting Check and ListObjects results for users using Conditions in Contextual Tuples. Please see the CVE report for more details.

Full changelog: [1.8.3...1.8.4]

Changelog

  • 67dcf3dce3db0899c1363ac641c096249a9071b0 avoid mutating reference input (#2203)
  • ab3ed12779eee39f462a8283b439fdac5a2da03c chore(deps): bump go.opentelemetry.io/proto/otlp from 1.4.0 to 1.5.0 in the dependencies group (#2192)
  • 9ec0ab1d01dec37dd540638f9429b7e851099520 chore: bump api to bring fix for read api validation (#2195)
  • a19aecaf512769bf2b5d88750c757e6012f5cb29 chore: introduce new ordered combined iterator (#2197)
  • f05b67ad2ee4f5020e96836263632c6d57a29305 chore: remove dead cache key code (#2206)
  • 67206f14395fb6b4361b8037562adba5f35dd651 chore: replace sprintf in cache code (#2207)
  • 4bf4c88fd9153c1d7adc748d5d0fa8fea9312727 fix: cache-controller flags not respecting the environment variables (#2184)
  • a4491e49f446d5aa121b384675ced9010a35f761 fix: iterator need to be flushed after invalidation (#2198)
  • e1d332fac5b0ced9c481dc39799abf43c3ae2726 rework cache key hash generation (#2194)
Changelog

Sourced from github.com/openfga/openfga's changelog.

[1.8.4] - 2025-01-13

Full changelog

Fixed

  • Fixed missing binding between flags and environment variables for the cache controller feature #2184
  • Fixed Read API to validate user field and assert presence of both type and value. #2195

Security

  • Address CVE-2024-56323 - an issue affecting Check and ListObjects results for users using Conditions in Contextual Tuples. Please see the CVE report for more details.
Commits
  • dc1a480 docs: update changelog to prep for v1.8.4 (#2209)
  • a4491e4 fix: iterator need to be flushed after invalidation (#2198)
  • 67206f1 chore: replace sprintf in cache code (#2207)
  • f05b67a chore: remove dead cache key code (#2206)
  • 67dcf3d avoid mutating reference input (#2203)
  • 3f5b60e test: add error test cases to the hasher Write* functions in the keys package...
  • a19aeca chore: introduce new ordered combined iterator (#2197)
  • e1d332f rework cache key hash generation (#2194)
  • 9ec0ab1 chore: bump api to bring fix for read api validation (#2195)
  • ab3ed12 chore(deps): bump go.opentelemetry.io/proto/otlp from 1.4.0 to 1.5.0 in the d...
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.36.1 to 1.36.3

Updates github.com/schollz/progressbar/v3 from 3.17.1 to 3.18.0

Release notes

Sourced from github.com/schollz/progressbar/v3's releases.

v3.18.0

What's Changed

New Contributors

Full Changelog: schollz/progressbar@v3.17.1...v3.18.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 3 updates in the / directory: [github.com/openfga/openfga](https://github.com/openfga/openfga), google.golang.org/protobuf and [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar).


Updates `github.com/openfga/openfga` from 1.8.3 to 1.8.4
- [Release notes](https://github.com/openfga/openfga/releases)
- [Changelog](https://github.com/openfga/openfga/blob/main/CHANGELOG.md)
- [Commits](openfga/openfga@v1.8.3...v1.8.4)

Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.3

Updates `github.com/schollz/progressbar/v3` from 3.17.1 to 3.18.0
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](schollz/progressbar@v3.17.1...v3.18.0)

---
updated-dependencies:
- dependency-name: github.com/openfga/openfga
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/schollz/progressbar/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 20, 2025 12:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 20, 2025
@ghost
Copy link

ghost commented Jan 20, 2025

Minder Vulnerability Report ✅

Minder analyzed this PR and found it does not add any new vulnerable dependencies.

Vulnerability scan of d92a3563:

  • 🐞 vulnerable packages: 0
  • 🛠 fixes available for: 0

@rhamzeh rhamzeh added this pull request to the merge queue Jan 20, 2025
Merged via the queue into main with commit b4ed223 Jan 20, 2025
16 checks passed
@rhamzeh rhamzeh deleted the dependabot/go_modules/dependencies-7f04074de3 branch January 20, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants